PDF4Java Reference Documentation
com.o2sol.pdf4java.core.exceptions Package / PDFInvalidDataException Class
Members
In This Topic
    PDFInvalidDataException Class
    In This Topic
    Defines an exception that is thrown when the data being parsed does not match the expected result.
    Object Model
    PDFInvalidDataException Class
    Syntax
    public class PDFInvalidDataException 
        extends PDFException 
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Throwable
          java.lang.Exception
             java.lang.RuntimeException
                com.o2sol.pdf4java.core.exceptions.PDFException
                   com.o2sol.pdf4java.core.exceptions.PDFInvalidDataException

    See Also